home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
Solitaire
/
Sources
/
Pyramid
/
localstrings.h
< prev
next >
Wrap
Text File
|
1994-01-17
|
704b
|
18 lines
/* indent:4 tabsize:8 font:fixed-width */
/* localized strings for Pyramid.solitaire */
#define LOCALIZED_GAME_NAME \
NXLocalizedString("Pyramid", "Pyramid", Convert name of bundle to name displayed in the game selection browser)
#define LOCALIZED_TURN_MATCH \
NXLocalizedString("The card just turned up and the card on the waste pile add to 13.", NULL, like it says)
#define LOCALIZED_LEAVE_ON_WASTE \
NXLocalizedString("Leave them on the waste pile.", NULL, option in above panel)
#define LOCALIZED_REMOVE_THEM \
NXLocalizedString("Discard them.", NULL, second option)
#define LOCALIZED_NO_FLIP \
NXLocalizedString("Only two redeals are allowed.", NULL, user tried to flip deck more than twice)